home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set mysprite to the clickOn
- set me to the castNum of sprite mysprite
- set the castNum of sprite mysprite to me + 1
- puppetSound(0)
- puppetSound("page number click")
- updateStage()
- repeat while the mouseDown
- end repeat
- set the castNum of sprite mysprite to me
- updateStage()
- end
-
- on mouseUp
- global stay
- set stay to 1
- set the windowType of window "pagebar" to 2
- set myleft to the stageLeft
- set mytop to the stageBottom - 92
- set the rect of window "pagebar" to rect(myleft, mytop, myleft + 640, mytop + 92)
- open(window "pagebar")
- end
-